home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / src / net / bind-contrib.tar.gz / bind-contrib.tar / contrib / misc / settransfer-gaine.shar / named.8-DIFFS < prev    next >
Encoding:
Text File  |  1996-10-25  |  1.6 KB  |  34 lines

  1. *** ../../man/named.8    Mon Jul  3 00:16:22 1995
  2. --- named.8    Mon Aug 28 17:29:34 1995
  3. ***************
  4. *** 137,142 ****
  5. --- 137,144 ----
  6.   secondary    CC.Berkeley.EDU    128.32.137.8 128.32.137.3    cc.zone.bak
  7.   secondary    6.32.128.IN-ADDR.ARPA    128.32.137.8 128.32.137.3    cc.rev.bak
  8.   primary    0.0.127.IN-ADDR.ARPA                    localhost.rev
  9. + transfer     dynamic.Berkeley.EDU    /usr/local/adm/named/volitile.transfer.dynamic.Berkeley.EDU
  10. + secondary    dynamic.Berkeley.EDU    127.0.0.1    /usr/local/adm/named/volatile.zone.dynamic.Berkeley.EDU
  11.   forwarders    10.0.0.78 10.2.0.78
  12.   limit    max-xfers 10
  13.   limit    datasize 64M
  14. ***************
  15. *** 183,188 ****
  16. --- 185,201 ----
  17.   since it is a needless waste of bandwidth.  The second example ``secondary''
  18.   line states that the address-to-hostname mapping for the subnet 128.32.136
  19.   should be obtained from the same list of master servers as the previous zone.
  20. + .LP
  21. + The ``transfer'' line specifies an alternate zone-transfer mechanism for
  22. + date under ``dynamic.Berkeley.EDU''.  The next ``secondary'' line tells
  23. + named to load data for ``dynamic.Berkeley.EDU'' from the listed file which
  24. + is updated by the program specified on the matching ``transfer'' statment.
  25. + In this case /usr/local/adm/named/volitile.transfer.dynamic.Berkeley.EDU is
  26. + run to generate the file
  27. + /usr/local/adm/named/volatile.zome.dyamic.Berkeley.EDU.  The ``transfer''
  28. + command, and the ability to perform a zone transfer from host 127.0.0.1 is
  29. + a compile time option to named and may not be available in all versions of
  30. + named.
  31.   .LP
  32.   The ``forwarders'' line specifies the addresses of sitewide servers that
  33.   will accept recursive queries from other servers.  If the boot file
  34.